home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / CUJ9209.ARJ / 1009054A < prev    next >
Text File  |  1992-07-23  |  66b  |  7 lines

  1. #include <stdio.h>
  2.  
  3. main()
  4. {
  5.    printf("\nHello from power C");
  6. }
  7.